Page.GetCurrentTextPosition Method (console safe)
Fetches current text position into ByRef x and y parameters.

GetCurrentTextPosition(
ByRef x
as Single,
ByRef y
as Single)
Parameters
- x (ByRef parameter)
- The x location is returned into this Byref parameter.
- y (ByRef parameter)
- The y location is returned into this Byref parameter.
Remarks
GraphicsMode should beGraphicsMode must be TEXT_OBJECT when calling this method.
See Also
Page Class